home *** CD-ROM | disk | FTP | other *** search
- echo off
- copy a:*.*
- echo
- echo
- echo
-
- exist \sierra.bat
- if errorlevel 1 goto UseBatch
- echo To play the demo, first type
- echo cd \sierra\demo
- echo Then type
- echo sierra
- goto Exit
-
- :UseBatch
- echo cd \sierra\demo >\demo.bat
- echo demo >>\demo.bat
- echo To play the demo, just type
- echo sierra
-
- :Exit
-
-